win32: Fix build
authorAlexander Larsson <alexl@redhat.com>
Thu, 11 Apr 2013 09:22:27 +0000 (11:22 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 11 Apr 2013 09:25:26 +0000 (11:25 +0200)
Need to take ".exe" into account for file dependencies on win32.

gtk/Makefile.am

index b0ecaef9143ab93729274a91eec61ac9789f9287..99f0e339417ed821b0a52ccc7bef76a98d2d19e8 100644 (file)
@@ -1124,8 +1124,8 @@ template_headers = $(COMPOSITE_TEMPLATES:.ui=.ui.h)
 
 MAINTAINERCLEANFILES += $(template_headers)
 
-%.ui.h: %.ui extract-strings
-       $(AM_V_GEN) ./extract-strings $< > $@
+%.ui.h: %.ui extract-strings$(EXEEXT)
+       $(AM_V_GEN) ./extract-strings$(EXEEXT) $< > $@
 
 #
 # rules to generate built sources